Opc.Ua.Core
DiagnosticInfoCollection Constructor(IEnumerable<DiagnosticInfo>)



Opc.Ua Namespace > DiagnosticInfoCollection Class > DiagnosticInfoCollection Constructor : DiagnosticInfoCollection Constructor(IEnumerable<DiagnosticInfo>)
The collection to copy the contents from
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of DiagnosticInfo) _
)
'Usage
 
Dim collection As IEnumerable(Of DiagnosticInfo)
 
Dim instance As New DiagnosticInfoCollection(collection)
public DiagnosticInfoCollection( 
   IEnumerable<DiagnosticInfo> collection
)
public:
DiagnosticInfoCollection( 
   IEnumerable<DiagnosticInfo^>^ collection
)

Parameters

collection
The collection to copy the contents from
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiagnosticInfoCollection Class
DiagnosticInfoCollection Members
Overload List